From 9912f34116800059da8d5dc65df7b5863ea923bf Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Mon, 4 Apr 2011 22:46:40 -0500 Subject: [PATCH] mention-maximized-in-emacs-manpage.diff * The emacs manpage now mentions the "maximized" value for fullscreen. Patch: mention-maximized-in-emacs-manpage.diff Provided-by: Sven Joachim Date: Wed, 25 Aug 2010 17:54:33 +0200 Added-by: Rob Browning Status: incorporated upstream The Debian patch is taken from this upstream commit: revno: 100003 committer: Chong Yidong branch nick: emacs-23 timestamp: Thu 2010-08-26 11:14:55 -0400 message: * emacs.1: Mention "maximized" value for the "fullscreen" X resource. --- doc/man/ChangeLog | 4 ++++ doc/man/emacs.1 | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog index 290482b6cdc..3bee2a1011a 100644 --- a/doc/man/ChangeLog +++ b/doc/man/ChangeLog @@ -1,3 +1,7 @@ +2010-08-26 Sven Joachim + + * emacs.1: Mention "maximized" value for the "fullscreen" X resource. + 2010-05-07 Chong Yidong * Version 23.2 released. diff --git a/doc/man/emacs.1 b/doc/man/emacs.1 index a42c07ec330..48ffdeedd9d 100644 --- a/doc/man/emacs.1 +++ b/doc/man/emacs.1 @@ -403,11 +403,12 @@ sets the window's text color. The desired fullscreen size. The value can be one of .IR fullboth , +.IR maximized , .IR fullwidth , or .IR fullheight , -which correspond to the command-line options `\-fs', `\-fw', and -`\-fh', respectively. +which correspond to the command-line options `\-fs', `-mm', `\-fw', +and `\-fh', respectively. Note that this applies to the initial frame only. .TP .BR geometry " (class " Geometry ) -- 2.30.2